Show changed files for Kwt worktrees - #206
Conversation
roborev: Combined Review (
|
868b4a8 to
175544d
Compare
roborev: Combined Review (
|
|
rebasing this |
175544d to
a44d0b6
Compare
roborev: Combined Review (
|
roborev: Combined Review (
|
- Show changed files beneath expanded worktrees in the sidebar. - Bound background polling and leave permanent command failures for manual retry. - Fence change results by host route, project registration, repository, path, and worktree generation. - Keep the deterministic website demo on the current kwt inventory contract. - Document the workflow with its published guide capture. Generated with OpenAI Codex Co-authored-by: Wes McKinney <wesmckinn+git@gmail.com> Co-authored-by: OpenAI Codex <noreply@openai.com>
5d9a06c to
b4eaae0
Compare
roborev: Combined Review (
|
roborev: Combined Review (
|
Completed inventory refreshes built change identities for every worktree on the UI thread, even when no changes panel had ever been opened. Leave unused changes state idle and resolve identities only for tracked worktrees when pruning expanded panels and cached results. Keep registration changes and removed worktrees subject to the existing pruning rules so the smaller refresh workload does not retain stale files. Generated with OpenAI Codex Co-authored-by: OpenAI Codex <noreply@openai.com>
roborev: Combined Review (
|
A caller can be canceled before the coordinator registers its waiter. Check cancellation at registration so that request cannot start an inspection or consume a read slot while its cancellation callback waits. The Herdr reconnect test counted surface lookups as launches. A successful reconnect can make more than two lookups, leaving its exact-count wait stuck. Wait for the replacement connection while retaining the checks that the dead lease is invalidated and probed only once. Publish the SSH cancellation fixture's report only after its write finishes. File existence alone previously let the test read an empty report while the helper was still writing its termination result. Generated with OpenAI Codex Co-authored-by: OpenAI Codex <noreply@openai.com>
roborev: Combined Review (
|
Changed-file responses can exceed the normal command output budget, but that exception should not increase buffering for worktree creation, branch listing, or removal. Keep those local and SSH operations on the default 1 MiB limit and reserve the 16 MiB limit for change inspection. Generated with OpenAI Codex Co-authored-by: OpenAI Codex <noreply@openai.com>
roborev: Combined Review (
|
Windows network-share worktrees appeared in inventory but could not open the changes panel because identity validation accepted only drive paths. Accept complete UNC paths while keeping relative and incomplete paths ineligible. Preserve the helper's original path and the existing Windows identity normalization across inventory refreshes. Generated with OpenAI Codex Co-authored-by: OpenAI Codex <noreply@openai.com>
roborev: Combined Review (
|
Host settings can change while remote Kwt provisioning is in flight. Fresh inventory can then restore the same worktree identity on the new endpoint before the old provisioning call returns. Do not carry that old readiness result into inspection on the replacement host. Revalidate the captured command target and platform after provisioning. Check the platform separately because Linux and macOS both resolve to POSIX command targets. Generated with OpenAI Codex Co-authored-by: OpenAI Codex <noreply@openai.com>
roborev: Combined Review (
|
Adds an expandable changed-files panel to Kwt worktree rows with compact Git status codes and explicit refresh feedback.
Uses Ghosthub’s revision-pinned Kwt helper for generation-fenced local and remote inspection; Ghosthub does not parse or mutate Git state itself.
Fails closed when change inspection is incomplete and rechecks immediately before destructive worktree removal.
Keeps automatic refresh demand-driven, coalesced, concurrency-bounded, backoff-aware, and silent so terminal interaction remains responsive; initial and manual loads share visible activity feedback.
Updates the worktree guide with a sanitized deterministic screenshot supplied by companion draft PR Add changed-file guide screenshot #204.